home *** CD-ROM | disk | FTP | other *** search
- on catTalk soundFile
- puppetSound(soundFile)
- updateStage()
- repeat while soundBusy(1)
- set temp to random(4)
- set CatHead to the number of cast ("cat" & temp)
- set the castNum of sprite 10 to CatHead
- updateStage()
- wait(6)
- end repeat
- puppetSound(0)
- updateStage()
- end
-
- on dogTalk soundFile
- puppetSound(soundFile)
- updateStage()
- repeat while soundBusy(1)
- set temp to random(4)
- set CatHead to the number of cast ("dog" & temp)
- set the castNum of sprite 10 to CatHead
- updateStage()
- wait(6)
- end repeat
- puppetSound(0)
- updateStage()
- end
-
- on bearTalk soundFile
- puppetSound(soundFile)
- updateStage()
- repeat while soundBusy(1)
- set temp to random(4)
- set CatHead to the number of cast ("bear" & temp)
- set the castNum of sprite 10 to CatHead
- updateStage()
- wait(6)
- end repeat
- puppetSound(0)
- updateStage()
- end
-